radiobutton: Port radio buttons to gadgets
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Dec 2015 02:43:20 +0000 (21:43 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Dec 2015 13:41:16 +0000 (08:41 -0500)
commita52c3a3db9e1c5e141fa4385ec27bdaa8d7b9b94
treeccdc96e0b273e70da19b110c750135eb8f06daea
parent233179d37416b69706d19ed8fb486eef720838bc
radiobutton: Port radio buttons to gadgets

This was already mostly done by inheritance from GtkCheckButton.
To complete it, stop using the draw_indicator vfunc for radio
buttons, and instead make the indicator gadget draw either a
check or radio.
gtk/gtkcheckbutton.c
gtk/gtkradiobutton.c